home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
tbbs
/
ll_110.zip
/
DEMO3.CFG
< prev
next >
Wrap
Text File
|
1996-05-27
|
2KB
|
48 lines
; DEMO3.CFG
; =========
;
; Demo configuration file #3 for LOGLIST.
;
; (this demo shows how to output data in comma-delimited format)
; (beware of fields that contain commas in their data!!!)
;
;-----------------------------------------------------------------------------
;
; Column 1 of the file defines what that line is:
;
; U or u - path & filename of your USERLOG.BBS file (max 50 chars)
; O or o - path & filename of the output file (max 50 chars)
; L or l - path & filename of the log file (max 50 chars)
; F or f - a file header line (max 120 chars x 10 )
; P or p - a page header line (max 120 chars x 5 )
; R or r - restrictions on who gets listed (fixed format}
; D or d - a data field (max 50 chars)
; S or s - a space setting (1 to 255)
; T or t - a tab setting (1 to 255)
; M or m - lines after which to insert a "%MORE%" (1 to 255)
; X or x - special options (as needed)
; ; - reserved as comment line
; (anything else is ignored, but could get used in future versions)
;
;
; This file may contain a total maximum of 200 "d", "s", or "t" items.
;
;-----------------------------------------------------------------------------
;
; file locations:
uc:\tbbs\run\userlog.bbs
odemo3.txt
lerrorlog.txt
;
;
; data fields
;
; (remember that each line of data can only be 50 chars, so you'll
; probably need to use SEVERAL lines if outputting many fields....)
;
d%recno%,%name:C%,%priv%,%location:C%,
d%addr1:C%,%addr2:C%,%city:C%,%state:C%,%zip%
;
; end of config file.
;